home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / dialogic.zip / DIALOGQ.DB < prev    next >
Text File  |  1990-01-31  |  1KB  |  46 lines

  1. DB(Level%, 1).Code = 1
  2. DB(Level%, 1).Y = 0
  3. DB(Level%, 1).X = 0
  4. DB(Level%, 1).Height = 5
  5. DB(Level%, 1).Wdth = 30
  6. DB(Level%, 1).BorderType = -1
  7. DB(Level%, 1).PrimaryColor = -c1
  8. DB(Level%, 1).WindowColor = -c1
  9. DB(Level%, 1).Text = "QUIT"
  10. DB(Level%, 1).TextColor = c2
  11. DB(Level%, 1).SecondaryColor = c1
  12. DB(Level%, 1).NumberOne = 25
  13.  
  14. DB(Level%, 2).Code = 6
  15. DB(Level%, 2).Y = 2
  16. DB(Level%, 2).X = 9
  17. DB(Level%, 2).Text = "Quit the Demo?"
  18. DB(Level%, 2).TextColor = c1
  19. DB(Level%, 2).KeyColor = c4
  20.  
  21. DB(Level%, 3).Code = 7
  22. DB(Level%, 3).Y = 4
  23. DB(Level%, 3).X = 7
  24. DB(Level%, 3).Text = "~OK"
  25. DB(Level%, 3).PrimaryColor = c1
  26. DB(Level%, 3).WindowColor = c1
  27. DB(Level%, 3).SelectedColor = c3
  28. DB(Level%, 3).KeyColor = c4
  29. DB(Level%, 3).SecondaryColor = c4
  30. DB(Level%, 3).Default = -1
  31. DB(Level%, 3).TextString = CHR$(13)
  32.  
  33. DB(Level%, 4).Code = 7
  34. DB(Level%, 4).Y = 4
  35. DB(Level%, 4).X = 16
  36. DB(Level%, 4).Text = "~Cancel"
  37. DB(Level%, 4).PrimaryColor = c1
  38. DB(Level%, 4).WindowColor = c1
  39. DB(Level%, 4).SelectedColor = c3
  40. DB(Level%, 4).KeyColor = c4
  41. DB(Level%, 4).SecondaryColor = c4
  42. DB(Level%, 4).Default = 0
  43. DB(Level%, 4).TextString = CHR$(27)
  44.  
  45. DB(Level%, 5).Code = 0
  46.